3.2.67 \(\int x^{7/2} (A+B x^2) (b x^2+c x^4)^2 \, dx\)

Optimal. Leaf size=63 \[ \frac {2}{17} A b^2 x^{17/2}+\frac {2}{25} c x^{25/2} (A c+2 b B)+\frac {2}{21} b x^{21/2} (2 A c+b B)+\frac {2}{29} B c^2 x^{29/2} \]

________________________________________________________________________________________

Rubi [A]  time = 0.04, antiderivative size = 63, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 26, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.077, Rules used = {1584, 448} \begin {gather*} \frac {2}{17} A b^2 x^{17/2}+\frac {2}{25} c x^{25/2} (A c+2 b B)+\frac {2}{21} b x^{21/2} (2 A c+b B)+\frac {2}{29} B c^2 x^{29/2} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[x^(7/2)*(A + B*x^2)*(b*x^2 + c*x^4)^2,x]

[Out]

(2*A*b^2*x^(17/2))/17 + (2*b*(b*B + 2*A*c)*x^(21/2))/21 + (2*c*(2*b*B + A*c)*x^(25/2))/25 + (2*B*c^2*x^(29/2))
/29

Rule 448

Int[((e_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_.)*((c_) + (d_.)*(x_)^(n_))^(q_.), x_Symbol] :> Int[ExpandI
ntegrand[(e*x)^m*(a + b*x^n)^p*(c + d*x^n)^q, x], x] /; FreeQ[{a, b, c, d, e, m, n}, x] && NeQ[b*c - a*d, 0] &
& IGtQ[p, 0] && IGtQ[q, 0]

Rule 1584

Int[(u_.)*(x_)^(m_.)*((a_.)*(x_)^(p_.) + (b_.)*(x_)^(q_.))^(n_.), x_Symbol] :> Int[u*x^(m + n*p)*(a + b*x^(q -
 p))^n, x] /; FreeQ[{a, b, m, p, q}, x] && IntegerQ[n] && PosQ[q - p]

Rubi steps

\begin {align*} \int x^{7/2} \left (A+B x^2\right ) \left (b x^2+c x^4\right )^2 \, dx &=\int x^{15/2} \left (A+B x^2\right ) \left (b+c x^2\right )^2 \, dx\\ &=\int \left (A b^2 x^{15/2}+b (b B+2 A c) x^{19/2}+c (2 b B+A c) x^{23/2}+B c^2 x^{27/2}\right ) \, dx\\ &=\frac {2}{17} A b^2 x^{17/2}+\frac {2}{21} b (b B+2 A c) x^{21/2}+\frac {2}{25} c (2 b B+A c) x^{25/2}+\frac {2}{29} B c^2 x^{29/2}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.04, size = 63, normalized size = 1.00 \begin {gather*} \frac {2}{17} A b^2 x^{17/2}+\frac {2}{25} c x^{25/2} (A c+2 b B)+\frac {2}{21} b x^{21/2} (2 A c+b B)+\frac {2}{29} B c^2 x^{29/2} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[x^(7/2)*(A + B*x^2)*(b*x^2 + c*x^4)^2,x]

[Out]

(2*A*b^2*x^(17/2))/17 + (2*b*(b*B + 2*A*c)*x^(21/2))/21 + (2*c*(2*b*B + A*c)*x^(25/2))/25 + (2*B*c^2*x^(29/2))
/29

________________________________________________________________________________________

IntegrateAlgebraic [A]  time = 0.05, size = 69, normalized size = 1.10 \begin {gather*} \frac {2 \left (15225 A b^2 x^{17/2}+24650 A b c x^{21/2}+10353 A c^2 x^{25/2}+12325 b^2 B x^{21/2}+20706 b B c x^{25/2}+8925 B c^2 x^{29/2}\right )}{258825} \end {gather*}

Antiderivative was successfully verified.

[In]

IntegrateAlgebraic[x^(7/2)*(A + B*x^2)*(b*x^2 + c*x^4)^2,x]

[Out]

(2*(15225*A*b^2*x^(17/2) + 12325*b^2*B*x^(21/2) + 24650*A*b*c*x^(21/2) + 20706*b*B*c*x^(25/2) + 10353*A*c^2*x^
(25/2) + 8925*B*c^2*x^(29/2)))/258825

________________________________________________________________________________________

fricas [A]  time = 0.40, size = 56, normalized size = 0.89 \begin {gather*} \frac {2}{258825} \, {\left (8925 \, B c^{2} x^{14} + 10353 \, {\left (2 \, B b c + A c^{2}\right )} x^{12} + 15225 \, A b^{2} x^{8} + 12325 \, {\left (B b^{2} + 2 \, A b c\right )} x^{10}\right )} \sqrt {x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(7/2)*(B*x^2+A)*(c*x^4+b*x^2)^2,x, algorithm="fricas")

[Out]

2/258825*(8925*B*c^2*x^14 + 10353*(2*B*b*c + A*c^2)*x^12 + 15225*A*b^2*x^8 + 12325*(B*b^2 + 2*A*b*c)*x^10)*sqr
t(x)

________________________________________________________________________________________

giac [A]  time = 0.16, size = 53, normalized size = 0.84 \begin {gather*} \frac {2}{29} \, B c^{2} x^{\frac {29}{2}} + \frac {4}{25} \, B b c x^{\frac {25}{2}} + \frac {2}{25} \, A c^{2} x^{\frac {25}{2}} + \frac {2}{21} \, B b^{2} x^{\frac {21}{2}} + \frac {4}{21} \, A b c x^{\frac {21}{2}} + \frac {2}{17} \, A b^{2} x^{\frac {17}{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(7/2)*(B*x^2+A)*(c*x^4+b*x^2)^2,x, algorithm="giac")

[Out]

2/29*B*c^2*x^(29/2) + 4/25*B*b*c*x^(25/2) + 2/25*A*c^2*x^(25/2) + 2/21*B*b^2*x^(21/2) + 4/21*A*b*c*x^(21/2) +
2/17*A*b^2*x^(17/2)

________________________________________________________________________________________

maple [A]  time = 0.05, size = 56, normalized size = 0.89 \begin {gather*} \frac {2 \left (8925 B \,c^{2} x^{6}+10353 A \,c^{2} x^{4}+20706 B b c \,x^{4}+24650 A b c \,x^{2}+12325 B \,b^{2} x^{2}+15225 b^{2} A \right ) x^{\frac {17}{2}}}{258825} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^(7/2)*(B*x^2+A)*(c*x^4+b*x^2)^2,x)

[Out]

2/258825*x^(17/2)*(8925*B*c^2*x^6+10353*A*c^2*x^4+20706*B*b*c*x^4+24650*A*b*c*x^2+12325*B*b^2*x^2+15225*A*b^2)

________________________________________________________________________________________

maxima [A]  time = 1.30, size = 51, normalized size = 0.81 \begin {gather*} \frac {2}{29} \, B c^{2} x^{\frac {29}{2}} + \frac {2}{25} \, {\left (2 \, B b c + A c^{2}\right )} x^{\frac {25}{2}} + \frac {2}{17} \, A b^{2} x^{\frac {17}{2}} + \frac {2}{21} \, {\left (B b^{2} + 2 \, A b c\right )} x^{\frac {21}{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(7/2)*(B*x^2+A)*(c*x^4+b*x^2)^2,x, algorithm="maxima")

[Out]

2/29*B*c^2*x^(29/2) + 2/25*(2*B*b*c + A*c^2)*x^(25/2) + 2/17*A*b^2*x^(17/2) + 2/21*(B*b^2 + 2*A*b*c)*x^(21/2)

________________________________________________________________________________________

mupad [B]  time = 0.13, size = 51, normalized size = 0.81 \begin {gather*} x^{21/2}\,\left (\frac {2\,B\,b^2}{21}+\frac {4\,A\,c\,b}{21}\right )+x^{25/2}\,\left (\frac {2\,A\,c^2}{25}+\frac {4\,B\,b\,c}{25}\right )+\frac {2\,A\,b^2\,x^{17/2}}{17}+\frac {2\,B\,c^2\,x^{29/2}}{29} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^(7/2)*(A + B*x^2)*(b*x^2 + c*x^4)^2,x)

[Out]

x^(21/2)*((2*B*b^2)/21 + (4*A*b*c)/21) + x^(25/2)*((2*A*c^2)/25 + (4*B*b*c)/25) + (2*A*b^2*x^(17/2))/17 + (2*B
*c^2*x^(29/2))/29

________________________________________________________________________________________

sympy [A]  time = 57.87, size = 80, normalized size = 1.27 \begin {gather*} \frac {2 A b^{2} x^{\frac {17}{2}}}{17} + \frac {4 A b c x^{\frac {21}{2}}}{21} + \frac {2 A c^{2} x^{\frac {25}{2}}}{25} + \frac {2 B b^{2} x^{\frac {21}{2}}}{21} + \frac {4 B b c x^{\frac {25}{2}}}{25} + \frac {2 B c^{2} x^{\frac {29}{2}}}{29} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**(7/2)*(B*x**2+A)*(c*x**4+b*x**2)**2,x)

[Out]

2*A*b**2*x**(17/2)/17 + 4*A*b*c*x**(21/2)/21 + 2*A*c**2*x**(25/2)/25 + 2*B*b**2*x**(21/2)/21 + 4*B*b*c*x**(25/
2)/25 + 2*B*c**2*x**(29/2)/29

________________________________________________________________________________________